home *** CD-ROM | disk | FTP | other *** search
/ Forbidden Pleasures / Forbidden Pleasures.iso / cd_work / gds.cfg < prev    next >
Text File  |  1992-10-16  |  28KB  |  465 lines

  1. ;FORMAT:
  2. ;
  3. ;NOTE:  Any ';' will cause GDS to ignore to the end of the line.
  4. ;       If a video mode is giving you problems, you can disable it
  5. ;       by inserting a ';' in front of the line which describes it.
  6. ;
  7.  
  8. ;auto,/NAME             ;FOR 256K VGA CARDS:  Remove the semicolon just
  9.                         ;before "auto", replace "/NAME" with the video
  10.                         ;card name matching your VGA card.
  11.  
  12. ;auto,/NAME /512        ;FOR 512K VGA CARDS:  Remove the semicolon just
  13.                         ;before "auto", replace "/NAME" with the video
  14.                         ;card name matching your VGA card.
  15.  
  16. ;auto,/NAME /1M         ;FOR 1024K VGA CARDS:  Remove the semicolon just
  17.                         ;before "auto", replace "/NAME" with the video
  18.                         ;card name matching your VGA card.
  19.  
  20.  
  21. ;Supported Video Standards:
  22. ;<name> is the name of the video display (7 characters MAXIMUM)
  23. ;<hRes> and <vRes> are the screen resolution
  24. ;<bpix> is the number of bits per pixel
  25. ;<ax>, <bx>, <cx>, and <dx> are the processor registers on a call to
  26. ;           "int 010h" unless <directFlag> is non-zero
  27. ;<dirct> indicates the base address for text modes, and tells if
  28. ;           the graphics mode should be initialized by directly
  29. ;           accessing the VGA registers. (0, 1, or text base address)
  30. ;           
  31. ;<format> dictates the screen format (0 is normal, 1 is chunky 4-bit)
  32. ;
  33. ;<name> <hRes>  <vRes>  <bpix>  <ax>    <bx>    <cx>    <dx>    <dirct> <dotMode>
  34.  
  35. ;dot modes:
  36. ;       0 = standard planar 16 or bytewide 256 color mapping
  37. ;       1 = 4 bit chunky
  38. ;       2 = planar 256 color (tweeked VGA modes)
  39. ;       3 = TIGA modes (automatically detected)
  40. ;       5 = Sierra Hi-Color DAC (32,768 colors)
  41. ;               NOTE: Sierra DAC Hi-Color modes are automatically queried for
  42. ;               BIOS support if the <ax> value is set to 0x10f0.  If you know
  43. ;               the mode number of a Hi-Color mode for your card, you may set
  44. ;               the values of the <ax> and <bx> registers to something
  45. ;               other than 0x10f0, and GDS will assume the mode is supported.
  46. ;       6 = RESERVED (DO NOT USE THIS)
  47. ;       7 = Hercules monochrome
  48. ;       8 = CGA monochrome
  49. ;       9 = 4 bit chunky reverse order
  50. ;       10 = 24 bit DAC (16M colors)
  51. ;               NOTE: 24 bit DAC modes are automatically queried for
  52. ;               BIOS support if the <ax> value is set to 0x10e0.  If you know
  53. ;               the mode number of a 24 bit mode for your card, you may set
  54. ;               the values of the <ax> and <bx> registers to something
  55. ;               other than 0x10e0, and GDS will assume the mode is supported.
  56.  
  57.  
  58. ;HERCULES
  59. HERC,   720,    348,    1,      0,      0,      0,      0,      1,      7 ;hercules
  60.  
  61.  
  62. ;STANDARD CGA
  63. CGA,    640,    200,    1,      0x6,    0,      0,      0,      0,      8 ;CGA monochrome
  64. CGA,    320,    200,    2,      0x4,    0,      0,      0,      0,      0
  65.  
  66.  
  67. ;STANDARD EGA
  68. EGA,    80,     25,     0,      0x3,    0,      0,      0,      0xb800, 0 ;default text mode
  69. EGA,    320,    200,    4,      0xd,    0,      0,      0,      0,      0
  70. EGA,    640,    200,    4,      0xe,    0,      0,      0,      0,      0
  71. EGA,    640,    350,    4,      0x10,   0,      0,      0,      0,      0
  72.  
  73.  
  74. ;STANDARD VGA
  75. VGA,    640,    480,    1,      0x11,   0,      0,      0,      0,      0
  76. VGA,    640,    480,    4,      0x12,   0,      0,      0,      0,      0
  77. VGA,    320,    200,    8,      0x13,   0,      0,      0,      0,      0
  78.  
  79.  
  80. ;NON-STANDARD VGA (FOR REGISTER COMPATIBLE VGA CARDS ONLY!!!)
  81. VGA,    320,    240,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  82. VGA,    320,    400,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  83. VGA,    360,    480,    8,      0,      0,      0,      0,      1,      2 ;works only with register compatible VGAs!
  84. ;VGA,   704,    528,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  85. ;VGA,   720,    540,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  86. ;VGA,   736,    552,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  87. ;VGA,   752,    564,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  88. ;VGA,   768,    576,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  89. ;VGA,   784,    588,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  90. ;VGA,   800,    600,    4,      0,      0,      0,      0,      1,      0 ;works only with register compatible VGAs!
  91. ;VGA,   640,    400,    8,      0,      0,      0,      0,      1,      0 ;works with some register compatible VGAs!
  92. ;   NOTE: If you'd like to use these modes (and you have a registered
  93. ;       version), we strongly recommended that you move these definitions
  94. ;       into GDSUSER.CFG and remove the semicolons (';').  This will prevent
  95. ;       new versions from overwriting your preferences.  Unregistered
  96. ;       versions of GDS do not read GDSUSER.CFG.
  97.  
  98.  
  99. ;AHEAD SYSTEMS
  100. AHEAD,  132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  101. AHEAD,  132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  102. AHEAD,  132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  103. AHEAD,  160,    50,     0,      0x2f,   0,      0,      0,      0xb800, 0
  104. AHEAD,  80,     66,     0,      0x34,   0,      0,      0,      0xb800, 0
  105. AHEAD,  1024,   768,    2,      0x75,   0,      0,      0,      0,      0
  106. AHEAD,  640,    400,    8,      0x60,   0,      0,      0,      0,      0
  107. AHEAD,  640,    480,    8,      0x61,   0,      0,      0,      0,      0
  108. AHEAD,  800,    600,    8,      0x62,   0,      0,      0,      0,      0
  109.  
  110.  
  111. ;AHEAD SYSTEMS
  112. AHEADB, 132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  113. ;AHEADB, 132,   28,     0,      0x24,   0,      0,      0,      0xb800, 0 ;not on all cards
  114. AHEADB, 132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  115. ;AHEADB, 160,   50,     0,      0x2f,   0,      0,      0,      0xb800, 0 ;not on all cards
  116. ;AHEADB, 80,    66,     0,      0x34,   0,      0,      0,      0xb800, 0 ;not on all cards
  117. AHEADB, 1024,   768,    2,      0x75,   0,      0,      0,      0,      0
  118. AHEADB, 800,    600,    4,      0x6a,   0,      0,      0,      0,      0
  119. AHEADB, 1024,   768,    4,      0x74,   0,      0,      0,      0,      0
  120. AHEADB, 640,    400,    8,      0x60,   0,      0,      0,      0,      0
  121. AHEADB, 640,    480,    8,      0x61,   0,      0,      0,      0,      0
  122. AHEADB, 800,    600,    8,      0x62,   0,      0,      0,      0,      0
  123. AHEADB, 1024,   768,    8,      0x63,   0,      0,      0,      0,      0
  124.  
  125.  
  126. ;ATI Wonder
  127. ATI,    80,     30,     0,      0x5b,   0,      0,      0,      0xb800, 0
  128. ATI,    132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  129. ATI,    132,    44,     0,      0x33,   0,      0,      0,      0xb800, 0
  130. ATI,    1024,   768,    2,      0x67,   0,      0,      0,      0,      1
  131. ATI,    800,    600,    4,      0x54,   0,      0,      0,      0,      0
  132. ;ATI,   1024,   768,    4,      0x55,   0,      0,      0,      0,      0 ;bank selection for video reads
  133.                                                                          ;doesn't seem to work properly in
  134.                                                                          ;this mode.  ATI?  What's up?
  135. ATI,    1024,   768,    4,      0x65,   0,      0,      0,      0,      1
  136. ATI,    640,    400,    8,      0x61,   0,      0,      0,      0,      0
  137. ATI,    640,    480,    8,      0x62,   0,      0,      0,      0,      0
  138. ATI,    800,    600,    8,      0x63,   0,      0,      0,      0,      0
  139. ATI,    1024,   768,    8,      0x64,   0,      0,      0,      0,      0
  140. ATI,    640,    480,    15,     0x72,   0,      0,      0,      0,      5
  141.  
  142.  
  143. ;CHIPS & TECHNOLOGIES
  144. CHIPS,  132,    25,     0,      0x60,   0,      0,      0,      0xb800, 0
  145. CHIPS,  132,    50,     0,      0x61,   0,      0,      0,      0xb800, 0
  146. CHIPS,  800,    600,    4,      0x70,   0,      0,      0,      0,      0
  147. CHIPS,  1024,   768,    4,      0x72,   0,      0,      0,      0,      0
  148. CHIPS,  640,    400,    8,      0x78,   0,      0,      0,      0,      0
  149. CHIPS,  640,    480,    8,      0x79,   0,      0,      0,      0,      0
  150. CHIPS,  768,    576,    8,      0x7a,   0,      0,      0,      0,      0
  151. CHIPS,  800,    600,    8,      0x7b,   0,      0,      0,      0,      0
  152.  
  153.  
  154. ;CIRRUS 510,520 - MaxLogic MaxVGA
  155. CIRRUS, 132,    25,     0,      0x1f,   0,      0,      0,      0xb800, 0
  156. CIRRUS, 132,    30,     0,      0x22,   0,      0,      0,      0xb800, 0
  157. CIRRUS, 132,    44,     0,      0x20,   0,      0,      0,      0xb800, 0
  158. CIRRUS, 720,    540,    4,      0x40,   0,      0,      0,      0,      0
  159. CIRRUS, 800,    600,    4,      0x6a,   0,      0,      0,      0,      0
  160. CIRRUS, 640,    400,    8,      0x50,   0,      0,      0,      0,      2
  161. ;CIRRUS, 512,   480,    8,      0x51,   0,      0,      0,      0,      0 ;NOTE: use only with the TSR BIOS extension!
  162.  
  163.  
  164. ;EVEREX
  165. EVEREX, 800,    600,    4,      0x70,   0x02,   0,      0,      0,      0
  166. EVEREX, 640,    350,    8,      0x70,   0x13,   0,      0,      0,      0
  167. EVEREX, 640,    400,    8,      0x70,   0x14,   0,      0,      0,      0
  168. EVEREX, 512,    480,    8,      0x70,   0x15,   0,      0,      0,      0
  169. EVEREX, 640,    480,    8,      0x70,   0x30,   0,      0,      0,      0
  170. EVEREX, 800,    600,    8,      0x70,   0x31,   0,      0,      0,      0
  171.  
  172.  
  173. ;EV634 - EVEREX Viewpoint Premium VGA (EV-634)
  174. EV634,  80,     30,     0,      0x70,   0x16,   0,      0,      0xb800, 0
  175. EV634,  80,     34,     0,      0x70,   0x03,   0,      0,      0xb800, 0
  176. EV634,  80,     60,     0,      0x70,   0x04,   0,      0,      0xb800, 0
  177. EV634,  100,    37,     0,      0x70,   0x18,   0,      0,      0xb800, 0
  178. EV634,  100,    43,     0,      0x70,   0x07,   0,      0,      0xb800, 0
  179. EV634,  100,    75,     0,      0x70,   0x08,   0,      0,      0xb800, 0
  180. EV634,  132,    25,     0,      0x70,   0x0a,   0,      0,      0xb800, 0
  181. EV634,  132,    30,     0,      0x70,   0x40,   0,      0,      0xb800, 0
  182. EV634,  132,    44,     0,      0x70,   0x0b,   0,      0,      0xb800, 0
  183. EV634,  1024,   768,    2,      0x70,   0x60,   0,      0,      0,      0 ;this mode seems to exist only in the documentation...
  184. EV634,  800,    600,    4,      0x70,   0x02,   0,      0,      0,      0
  185. EV634,  1024,   768,    4,      0x70,   0x20,   0,      0,      0,      0
  186. EV634,  1280,   1024,   4,      0x70,   0x21,   0,      0,      0,      0 ;NOTE: Way cool monitors only!
  187. EV634,  1664,   1200,   4,      0x70,   0x23,   0,      0,      0,      0 ;NOTE: Way cool monitors only!
  188. EV634,  640,    400,    8,      0x70,   0x14,   0,      0,      0,      0
  189. EV634,  512,    480,    8,      0x70,   0x15,   0,      0,      0,      0
  190. EV634,  640,    480,    8,      0x70,   0x30,   0,      0,      0,      0
  191. EV634,  800,    600,    8,      0x70,   0x31,   0,      0,      0,      0
  192. EV634,  1024,   768,    8,      0x70,   0x32,   0,      0,      0,      0
  193. EV634,  320,    200,    15,     0x70,   0x62,   0,      0,      0,      5
  194. EV634,  512,    480,    15,     0x70,   0x70,   0,      0,      0,      5
  195. EV634,  640,    480,    15,     0x70,   0x71,   0,      0,      0,      5
  196. EV634,  800,    600,    15,     0x70,   0x63,   0,      0,      0,      5
  197.  
  198.  
  199. ;ORCHID Farenheit 1280 (S3)
  200. F1280,  132,    25,     0,      0x55,   0,      0,      0,      0xb800, 0
  201. F1280,  132,    44,     0,      0x54,   0,      0,      0,      0xb800, 0
  202. F1280,  800,    600,    4,      0x4f02, 0x102,  0,      0,      0,      0
  203. F1280,  1024,   768,    4,      0x4f02, 0x104,  0,      0,      0,      0
  204. F1280,  1280,   960,    4,      0x4f02, 0x206,  0,      1024,   0,      9
  205. F1280,  1280,   1024,   4,      0x4f02, 0x208,  0,      1024,   0,      1 ;NOTE: Way cool monitors only!
  206. F1280,  640,    480,    8,      0x4f02, 0x201,  0,      1024,   0,      0
  207. F1280,  800,    600,    8,      0x4f02, 0x203,  0,      1024,   0,      0
  208. F1280,  1024,   768,    8,      0x4f02, 0x205,  0,      0,      0,      0
  209. F1280,  640,    480,    15,     0x4f02, 0x301,  0,      2048,   0,      5
  210.  
  211.  
  212. ;GENOA 6000 series (6100, 6200, 6300, 6400, 6600)
  213. ;      THANX: Herman, Steve, and Decker w/Genoa customer support
  214. GENOA,  80,     32,     0,      0x58,   0,      0,      0,      0xb800, 0
  215. GENOA,  80,     60,     0,      0x72,   0,      0,      0,      0xb800, 0
  216. GENOA,  80,     66,     0,      0x74,   0,      0,      0,      0xb800, 0
  217. GENOA,  100,    37,     0,      0x78,   0,      0,      0,      0xb800, 0
  218. GENOA,  132,    25,     0,      0x60,   0,      0,      0,      0xb800, 0
  219. GENOA,  132,    29,     0,      0x61,   0,      0,      0,      0xb800, 0
  220. GENOA,  132,    32,     0,      0x62,   0,      0,      0,      0xb800, 0
  221. GENOA,  132,    44,     0,      0x63,   0,      0,      0,      0xb800, 0
  222. GENOA,  132,    60,     0,      0x64,   0,      0,      0,      0xb800, 0
  223. GENOA,  1024,   768,    2,      0x7f,   0,      0,      0,      0,      0
  224. GENOA,  800,    600,    4,      0x79,   0,      0,      0,      0,      0
  225. GENOA,  1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  226. GENOA,  640,    400,    8,      0x7e,   0,      0,      0,      0,      0
  227. GENOA,  640,    480,    8,      0x5c,   0,      0,      0,      0,      0
  228. GENOA,  800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  229.  
  230. ;GENOA, 100,    75,     0,      0x79,   0,      0,      0,      0xb800, 0 ;I think these are dead modes from a
  231. ;GENOA, 512,    512,    4,      0x7c,   0,      0,      0,      0,      0 ;   beta version of Genoa's BIOS
  232. ;GENOA, 720,    512,    4,      0x59,   0,      0,      0,      0,      0
  233. ;GENOA, 512,    512,    8,      0x7d,   0,      0,      0,      0,      0
  234. ;GENOA, 640,    350,    8,      0x5b,   0,      0,      0,      0,      0
  235. ;GENOA, 720,    512,    8,      0x5d,   0,      0,      0,      0,      0
  236.  
  237.  
  238. ;OAKTECH
  239. OAK,    132,    25,     0,      0x50,   0,      0,      0,      0xb800, 0
  240. OAK,    132,    43,     0,      0x51,   0,      0,      0,      0xb800, 0
  241. OAK,    132,    60,     0,      0x4f,   0,      0,      0,      0xb800, 0
  242. OAK,    800,    600,    4,      0x52,   0,      0,      0,      0,      0
  243. OAK,    1024,   768,    4,      0x56,   0,      0,      0,      0,      0
  244. OAK,    640,    480,    8,      0x53,   0,      0,      0,      0,      0
  245. OAK,    800,    600,    8,      0x54,   0,      0,      0,      0,      0
  246.  
  247.  
  248. ;PARADISE (Paradise VGA 1024)
  249. PARA,   132,    25,     0,      0x55,   0,      0,      0,      0,      0
  250. PARA,   132,    43,     0,      0x54,   0,      0,      0,      0,      0
  251. ;PARA,   800,    600,    1,      0x59,   0,      0,      0,      0,      0
  252. ;PARA,   1024,   768,    1,      0x5a,   0,      0,      0,      0,      0 ;is SMT-1024 mode 0x5c for this?
  253. ;PARA,   1024,   768,    2,      0x5b,   0,      0,      0,      0,      0 ;is SMT-1024 mode 0x5c for this?
  254. PARA,   800,    600,    4,      0x58,   0,      0,      0,      0,      0
  255. PARA,   1024,   768,    4,      0x5d,   0,      0,      0,      0,      0 ;is SMT-1024 mode 0x5c for this?
  256. PARA,   640,    400,    8,      0x5e,   0,      0,      0,      0,      0
  257. PARA,   640,    480,    8,      0x5f,   0,      0,      0,      0,      0
  258. PARA,   800,    600,    8,      0x5c,   0,      0,      0,      0,      0
  259. PARA,   640,    480,   15,      0x62,   0,      0,      0,      0,      5
  260. PARA,   800,    600,   15,      0x63,   0,      0,      0,      0,      5
  261. PARA,   640,    480,   24,      0x72,   0,      0,      0,      0,     10
  262. PARA,  1280,    960,    4,      0x6C,   0,      0,      0,      0,      0
  263. PARA,  1280,   1024,    4,      0x64,   0,      0,      0,      0,      0
  264.  
  265.  
  266. ;Diamond Computer Stealth VRAM (S3)
  267. STEALTH,132,    25,     0,      0x55,   0,      0,      0,      0xb800, 0
  268. STEALTH,132,    43,     0,      0x54,   0,      0,      0,      0xb800, 0 ;the Stealth manual says 132x44 (oops!)
  269. STEALTH,800,    600,    4,      0x4f02, 0x102,  0,      0,      0,      0 ;Sometimes, proprietary modes
  270. STEALTH,1024,   768,    4,      0x4f02, 0x104,  0,      0,      0,      0 ;work...
  271. STEALTH,1280,   960,    4,      0x4f02, 0x206,  0,      1024,   0,      9 ;...you see...
  272. STEALTH,1280,   1024,   4,      0x4f02, 0x208,  0,      1024,   0,      9
  273. STEALTH,640,    480,    8,      0x4f02, 0x101,  0,      640,    0,      0 ;and sometimes, VESA works.
  274. STEALTH,800,    600,    8,      0x4f02, 0x103,  0,      1024,   0,      0
  275. STEALTH,1024,   768,    8,      0x4f02, 0x105,  0,      0,      0,      0 ;but then...
  276. STEALTH,640,    480,    15,     0x4f02, 0x301,  0,      2048,   0,      5 ;sometimes, it DOESN'T.
  277.  
  278.                                                                          ;(...and then I get frustrated.)
  279.  
  280.  
  281.  
  282. ;TRIDENT (Trident TVGA / ATI Prism Elite / Everex Viewpoint VGA)
  283. TRIDNT, 80,     30,     0,      0x50,   0,      0,      0,      0xb800, 0
  284. TRIDNT, 80,     43,     0,      0x51,   0,      0,      0,      0xb800, 0
  285. TRIDNT, 80,     60,     0,      0x52,   0,      0,      0,      0xb800, 0
  286. TRIDNT, 132,    25,     0,      0x53,   0,      0,      0,      0xb800, 0
  287. TRIDNT, 132,    30,     0,      0x54,   0,      0,      0,      0xb800, 0
  288. TRIDNT, 132,    43,     0,      0x55,   0,      0,      0,      0xb800, 0
  289. TRIDNT, 132,    60,     0,      0x56,   0,      0,      0,      0xb800, 0
  290. ;TRIDNT,132,    25,     0,      0x57,   0,      0,      0,      0xb800, 0 ;these four modes work, but
  291. ;TRIDNT,132,    30,     0,      0x58,   0,      0,      0,      0xb800, 0 ;don't seem to be necessary.
  292. ;TRIDNT,132,    43,     0,      0x59,   0,      0,      0,      0xb800, 0
  293. ;TRIDNT,132,    60,     0,      0x5a,   0,      0,      0,      0xb800, 0
  294. TRIDNT, 1024,   768,    2,      0x60,   0,      0,      0,      0,      0
  295. ;TRIDNT, 768,   1024,   4,      0x61,   0,      0,      0,      0,      0 ;use portrait CRT ONLY!!! (Magics 15FP)
  296. TRIDNT, 800,    600,    4,      0x5b,   0,      0,      0,      0,      0
  297. TRIDNT, 1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  298. TRIDNT, 640,    400,    8,      0x5c,   0,      0,      0,      0,      0
  299. TRIDNT, 640,    480,    8,      0x5d,   0,      0,      0,      0,      0
  300. TRIDNT, 800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  301. TRIDNT, 1024,   768,    8,      0x62,   0,      0,      0,      0,      0
  302.  
  303.  
  304. ;TSENG LABS ET3000 (STB VGA EM-16)
  305. TSENG,  80,     60,     0,      0x26,   0,      0,      0,      0xb800, 0
  306. TSENG,  100,    40,     0,      0x2a,   0,      0,      0,      0xb800, 0
  307. TSENG,  132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  308. TSENG,  132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  309. TSENG,  132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  310. TSENG,  800,    600,    4,      0x29,   0,      0,      0,      0,      0
  311. TSENG,  1024,   768,    4,      0x37,   0,      0,      0,      0,      0
  312. TSENG,  640,    350,    8,      0x2d,   0,      0,      0,      0,      0
  313. TSENG,  640,    480,    8,      0x2e,   0,      0,      0,      0,      0
  314. TSENG,  720,    512,    8,      0x2f,   0,      0,      0,      0,      0
  315. TSENG,  800,    600,    8,      0x30,   0,      0,      0,      0,      0
  316.  
  317.  
  318. ;TSENG LABS ET4000
  319. TSENG4, 80,     60,     0,      0x26,   0,      0,      0,      0xb800, 0
  320. TSENG4, 100,    40,     0,      0x2a,   0,      0,      0,      0xb800, 0
  321. TSENG4, 132,    25,     0,      0x23,   0,      0,      0,      0xb800, 0
  322. TSENG4, 132,    28,     0,      0x24,   0,      0,      0,      0xb800, 0
  323. TSENG4, 132,    44,     0,      0x22,   0,      0,      0,      0xb800, 0
  324. TSENG4, 800,    600,    4,      0x29,   0,      0,      0,      0,      0
  325. TSENG4, 1024,   768,    4,      0x37,   0,      0,      0,      0,      0
  326. TSENG4, 640,    350,    8,      0x2d,   0,      0,      0,      0,      0
  327. TSENG4, 640,    400,    8,      0x2f,   0,      0,      0,      0,      0
  328. TSENG4, 640,    480,    8,      0x2e,   0,      0,      0,      0,      0
  329. TSENG4, 800,    600,    8,      0x30,   0,      0,      0,      0,      0
  330. TSENG4, 1024,   768,    8,      0x38,   0,      0,      0,      0,      0
  331. TSENG4, 320,    200,    15,     0x10f0, 0x13,   0,      0,      0,      5 ;queried Sierra Hi-Color modes
  332. TSENG4, 640,    350,    15,     0x10f0, 0x2d,   0,      0,      0,      5
  333. TSENG4, 640,    400,    15,     0x10f0, 0x2f,   0,      0,      0,      5
  334. TSENG4, 640,    480,    15,     0x10f0, 0x2e,   0,      0,      0,      5
  335. TSENG4, 800,    600,    15,     0x10f0, 0x30,   0,      0,      0,      5
  336. TSENG4, 640,    480,    24,     0x10e0, 0x2e,   0,      2048,   0,      10 ;queried 24 bit modes
  337.  
  338.  
  339.  
  340. ;VESA (assumes all modes are present, comment out modes here which don't exist)
  341. VESA,   800,    600,    4,      0x4f02, 0x102,  0,      0,      0,      0
  342. VESA,   1024,   768,    4,      0x4f02, 0x104,  0,      0,      0,      0
  343. VESA,   1280,   1024,   4,      0x4f02, 0x106,  0,      0,      0,      0 ;NOTE: Way cool monitors only!
  344. VESA,   640,    400,    8,      0x4f02, 0x100,  0,      0,      0,      0
  345. VESA,   640,    480,    8,      0x4f02, 0x101,  0,      0,      0,      0
  346. VESA,   800,    600,    8,      0x4f02, 0x103,  0,      0,      0,      0
  347. VESA,   1024,   768,    8,      0x4f02, 0x105,  0,      0,      0,      0
  348. VESA,   1280,   1024,   8,      0x4f02, 0x107,  0,      0,      0,      0 ;NOTE: Way cool monitors only!
  349. VESA,   320,    200,    15,     0x4f02, 0x10d,  0,      0,      0,      5
  350. VESA,   640,    480,    15,     0x4f02, 0x110,  0,      0,      0,      5
  351. VESA,   800,    600,    15,     0x4f02, 0x113,  0,      0,      0,      5
  352. VESA,   1024,   768,    15,     0x4f02, 0x116,  0,      0,      0,      5
  353. VESA,   1280,   1024,   15,     0x4f02, 0x119,  0,      0,      0,      5 ;NOTE: Way cool monitors only!
  354. VESA,   320,    200,    16,     0x4f02, 0x10e,  0,      0,      0,      0
  355. VESA,   640,    480,    16,     0x4f02, 0x111,  0,      0,      0,      0
  356. VESA,   800,    600,    16,     0x4f02, 0x114,  0,      0,      0,      0
  357. VESA,   1024,   768,    16,     0x4f02, 0x117,  0,      0,      0,      0
  358. VESA,   1280,   1024,   16,     0x4f02, 0x11a,  0,      0,      0,      0 ;NOTE: Way cool monitors only!
  359.  
  360.  
  361. ;VIDEO 7 (VEGA Deluxe, 1024i, VRAM VGA
  362. VID7,   80,     43,     0,      0x6f05, 0x40,   0,      0,      0xb800, 0
  363. VID7,   80,     60,     0,      0x6f05, 0x43,   0,      0,      0xb800, 0
  364. VID7,   80,     67,     0,      0x6f05, 0x46,   0,      0,      0xb800, 0 ;may not be present (undocumented)
  365. VID7,   100,    60,     0,      0x6f05, 0x44,   0,      0,      0xb800, 0
  366. VID7,   132,    25,     0,      0x6f05, 0x41,   0,      0,      0xb800, 0
  367. VID7,   132,    28,     0,      0x6f05, 0x45,   0,      0,      0xb800, 0
  368. VID7,   132,    43,     0,      0x6f05, 0x42,   0,      0,      0xb800, 0
  369. VID7,   1024,   768,    1,      0x6f05, 0x63,   0,      0,      0,      0
  370. VID7,   1024,   768,    2,      0x6f05, 0x64,   0,      0,      0,      0
  371. VID7,   720,    540,    4,      0x6f05, 0x61,   0,      0,      0,      0
  372. VID7,   752,    410,    4,      0x6f05, 0x60,   0,      0,      0,      0
  373. VID7,   800,    600,    4,      0x6f05, 0x62,   0,      0,      0,      0
  374. VID7,   1024,   768,    4,      0x6f05, 0x65,   0,      0,      0,      0
  375. VID7,   640,    400,    8,      0x6f05, 0x66,   0,      0,      0,      0
  376. VID7,   640,    480,    8,      0x6f05, 0x67,   0,      0,      0,      0
  377. VID7,   720,    540,    8,      0x6f05, 0x68,   0,      0,      0,      0 ;ONLY exists with V-RAM VGA
  378. VID7,   800,    600,    8,      0x6f05, 0x69,   0,      0,      0,      0 ;ONLY exists with V-RAM VGA
  379. VID7,   1024,   768,    8,      0x6f05, 0x6a,   0,      0,      0,      0 ;ONLY exists with V-RAMII VGA
  380.  
  381.  
  382. ;ORCHID (Pro-Designer series)
  383. ORCHID, 640,    350,    8,      0x5b,   0,      0,      0,      0,      0
  384. ORCHID, 640,    480,    8,      0x5c,   0,      0,      0,      0,      0
  385. ORCHID, 800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  386. ORCHID, 320,    200,    15,     0x10f0, 0x13,   0,      0,      0,      5 ;queried Sierra Hi-Color modes
  387. ORCHID, 640,    350,    15,     0x10f0, 0x2d,   0,      0,      0,      5
  388. ORCHID, 640,    400,    15,     0x10f0, 0x2f,   0,      0,      0,      5
  389. ORCHID, 640,    480,    15,     0x10f0, 0x2e,   0,      0,      0,      5
  390. ORCHID, 800,    600,    15,     0x10f0, 0x30,   0,      0,      0,      5
  391.  
  392.  
  393. ;ZYMOS (TrueTech HiRes VGA, ZyMOS Poach 51)
  394. ZYMOS,  80,     43,     0,      0x51,   0,      0,      0,      0xb800, 0
  395. ZYMOS,  80,     60,     0,      0x52,   0,      0,      0,      0xb800, 0
  396. ZYMOS,  132,    25,     0,      0x53,   0,      0,      0,      0xb800, 0
  397. ZYMOS,  100,    25,     0,      0x54,   0,      0,      0,      0xb800, 0
  398. ZYMOS,  100,    60,     0,      0x55,   0,      0,      0,      0xb800, 0
  399. ZYMOS,  132,    60,     0,      0x56,   0,      0,      0,      0xb800, 0
  400. ZYMOS,  132,    43,     0,      0x57,   0,      0,      0,      0xb800, 0
  401. ZYMOS,  720,    540,    4,      0x63,   0,      0,      0,      0,      0
  402. ZYMOS,  800,    600,    4,      0x5b,   0,      0,      0,      0,      0
  403. ZYMOS,  960,    720,    4,      0x60,   0,      0,      0,      0,      0
  404. ZYMOS,  1024,   768,    4,      0x5f,   0,      0,      0,      0,      0
  405. ZYMOS,  1280,   640,    4,      0x61,   0,      0,      0,      0,      0
  406. ZYMOS,  512,    512,    8,      0x62,   0,      0,      0,      0,      0
  407. ZYMOS,  640,    400,    8,      0x5c,   0,      0,      0,      0,      0
  408. ZYMOS,  640,    480,    8,      0x5d,   0,      0,      0,      0,      0
  409. ZYMOS,  720,    540,    8,      0x64,   0,      0,      0,      0,      0
  410. ZYMOS,  800,    600,    8,      0x5e,   0,      0,      0,      0,      0
  411.  
  412.  
  413. ;-----------------------------------------------------------------------------
  414. ;NCR/ACER/REALTECH      <-- Haven't gotten specs for these yet.  Maybesomeday?
  415. ;-----------------------------------------------------------------------------
  416.  
  417. ;AUTOMATIC CONFIGURATION parameters
  418.  
  419. ;   IMAGE GENERATION PARAMETERS:
  420. ;auto,/a1               ;default antialiasing level (0=Off, 1=Horizontal(default), 2=Horz and Vert)
  421. ;auto,/b1               ;default mouse mode (0=Boxy, 1=Bitsy)
  422. ;auto,/d1               ;default dithering level (0=Off, 1=Norm(default), 2=High)
  423. ;auto,/g640x400x256     ;default graphics mode (default=320x200x16)
  424. ;auto,/nGDS%03d         ;filename printf() style template for saving files
  425.                                 ;NOTE: 4DOS requires the '%' to be '%%%%' (four percents)
  426. ;auto,/i1               ;NOT A RUNTIME OPTION.  interlaced GIF early fill mode (default=OFF)
  427. ;auto,/w0               ;NOT A RUNTIME OPTION.  automatically write arrays after first write command (Alt-P or Alt-W)
  428.  
  429. ;   USER INTERFACE PARAMETERS:
  430. ;auto,/f1001            ;default file display mode (Extension/Resolution/Bits/FileSize) (default=1001)
  431. ;auto,/t80x25           ;default text mode (default=80x25)
  432. ;auto,/v0               ;NOT A RUNTIME OPTION.  vertical orientation mode (default=OFF)
  433.  
  434. ;   SLIDESHOW OPTIONS:
  435. ;auto,/s                ;do automatic slideshow
  436. ;auto,/o0               ;don't sort files in automatic slideshow
  437. ;auto,@filename         ;get list of file specifications from file
  438. ;auto,/z200             ;NOT A RUNTIME OPTION.  delay between slide show slides in 100ths of a second
  439.  
  440.  
  441. ;NOTE: You may automatically have GDS find files all over
  442. ;      your system by inserting a line with a path/file
  443. ;      description in it, just like you would enter it on
  444. ;      the GDS command line (remove the semicolon ';'):
  445.  
  446. ;auto, j:\gifs\myfile* c:\pictures  bozo.gif
  447.  
  448.  
  449. ;NOTE: You may force 512K (or more) video memory support by using
  450. ;      the following line (remove the semicolon ';')
  451.  
  452. ;auto, /512             ;this forces 512K or more of video memory
  453. ;auto, /1M              ;this forces 1024K (1 megabyte) or more of video memory
  454. ;auto, /NOVESA          ;prevent VESA support.
  455.  
  456. ;auto, /#LPT3           ;sets printer port filename (professional versions only)
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.